underlying database

英 [ˌʌndəˈlaɪɪŋ ˈdeɪtəbeɪs] 美 [ˌʌndərˈlaɪɪŋ ˈdeɪtəbeɪs]

网络  基础数据库; 基本数据库; 数据库

计算机



双语例句

  1. Rather, they tend to use forms to interact with underlying database data.
    相反,他们倾向于使用窗体与底层数据库数据交互。
  2. Make sure there is data to process in your underlying database.
    确保在基础数据库中有要处理的数据。
  3. This does not imply that the user has direct access to the underlying database objects.
    这意味着用户不能直接访问底层数据库对象。
  4. Make sure that the underlying database on the client and on the server contains the same data.
    确保客户端和服务器端上的基础数据库的数据一致。
  5. The call to UpdateDatabase ensures that the underlying database is updated with the contents of the modified EcoSpace.
    调用UpdateDatabase来确保已使用修改后的EcoSpace的内容更新基础数据库。
  6. This annotation performs the actual mapping between the class name and the table in the underlying database.
    该标注执行类名与底层数据库表之间的实际映射。
  7. Check your underlying database to make sure your fact tables contain data.
    检查基础数据库,确保事实表中含有数据。
  8. The stored procedures make the client application independent from the underlying database design and keep complexity away from the client, encapsulated in the database layer.
    存储过程让客户机应用程序不依赖于底层数据库设计,降低了客户机的复杂性,把复杂的逻辑封装在数据库层中。
  9. To abstract the specifics of the underlying database and to simplify module development, Drupal V6 introduces a Schema API ( see Resources) to define tables using plain PHP associative arrays.
    为抽象化底层数据库的具体数据并简化模块开发,DrupalV6引入了一个SchemaAPI(参见参考资料),以便使用纯PHP关联数组定义表。
  10. Mocking out the underlying database isn't the only thing that you can do in a GrailsUnitTestCase.
    模拟底层数据库并不是您唯一可以在GrailsUnitTestCase中完成的工作。
  11. Given a Java bean class, pureQuery provides an intuitive mechanism to map the members of that class to any given relational entity in the underlying database table.
    给定一个Javabean类,通过pureQuery可以直观地将该类的成员映射为底层数据库表中的任何给定的关系实体。
  12. The underlying database is invalid.
    基础数据库无效。
  13. The only access to the underlying database objects is through the specific statements in the package.
    对底层数据库对象的访问只能通过包中的特定语句进行。
  14. The underlying database does not contain identical data as the database used for the client ODBC data source.
    基础数据库不包含与客户端ODBC数据源一致的数据。
  15. The previous example only contained a measure that was taken from one fact table in the underlying database.
    前面的例子只包含了一个来自底层数据库事实表的一个度量指标。
  16. IBM TSOM depends on the underlying database management system for functions like correlation, configuration, historical searches, and report generation.
    IBMTSOM是依靠底层的数据库管理系统来实现诸如相关性分析、配置、历史搜索和生成报表等功能。
  17. It is a layered application built on top of WebSphere Application Server, with DB2 as the underlying database.
    这是一个分层的应用,被构建在WebSphereApplicationServer上,使用DB2作为底层的数据库。
  18. The metadata model is used to define EPCIS events and their mapping to the underlying database schema.
    元数据模型用来定义EPCIS事件以及它们到底层数据库模式的映射。
  19. Instead, we assume that there are background reapers that periodically examine the underlying database and provide cleanup.
    我们假定存在幕后收割者(reaper),它们定期地检查底层数据库并且提供清理工作。
  20. This is a central class in JPA and provides access to the underlying database.
    这是JPA的中心类,并提供对底层数据库的访问。
  21. A Data Source provides the connection properties to the underlying database along with connection pooling mechanisms.
    数据源提供到基础数据库的连接属性,以及连接池机制。
  22. This step requires a username and a password for the connection to the underlying database.
    这个步骤需要用户名和密码,以连接到底层数据库。
  23. We include and maintain usage metrics ( creation time, last access time, etc.) in the underlying database containing the calculator state.
    我们在包含计算器状态的底层数据库中包括和维护使用的标准(创建时间、最近访问时间,等等)。
  24. The names used are friendly names, instead of the developer-oriented naming conventions employed in the underlying database.
    所用的名称为友好名称,而没有使用基础数据库中采用的面向开发人员的命名约定。
  25. All of the ultra-tricky details of transactions are handled by the underlying database.
    所有关于事务是如何的提交的相当机警的讨论就在商用数据库中。
  26. The underlying database engine uses your new view definition when you save your view.
    当您保存视图时,基础数据库引擎将使用新的视图定义。
  27. But HQL does enable you to pass native queries to your underlying database.
    但HQL的确可以让你直接向底层数据库传递本地查询。
  28. If not supported by the underlying database method, this directive is ignored without comment.
    如果它不被数据库底层方法所支持,那么该指令将被无条件忽略。
  29. Paging allows easy navigation for the end-user and-if implemented correctly-reduces the load on the underlying database.
    分页让最终用户便捷地导航数据,并且如果正确地实现的话可以减少低层数据库的负载。
  30. First up is a no-brainer, updating LINQ to SQL diagrams when the underlying database changes.
    首先是当底层数据库变化时会自动更新的LINQtoSQL图表,这个想法人人都能想到。